runtime.mspan.isUserArenaChunk (field)
14 uses
runtime (current package)
arena.go#L159: if span == nil || !span.isUserArenaChunk {
arena.go#L859: return s.isUserArenaChunk && s.spanclass == makeSpanClass(0, true)
arena.go#L868: if !s.isUserArenaChunk {
arena.go#L938: return s.isUserArenaChunk
arena.go#L949: if !s.isUserArenaChunk {
arena.go#L1064: s.isUserArenaChunk = true
mbitmap.go#L543: if (!s.spanclass.noscan() && heapBitsInSpan(s.elemsize)) || s.isUserArenaChunk {
mbitmap.go#L566: if doubleCheck && !span.isUserArenaChunk {
mgcsweep.go#L629: if raceenabled && !s.isUserArenaChunk {
mgcsweep.go#L632: if msanenabled && !s.isUserArenaChunk {
mgcsweep.go#L635: if asanenabled && !s.isUserArenaChunk {
mgcsweep.go#L715: if s.isUserArenaChunk {
mheap.go#L481: isUserArenaChunk bool // whether or not this span represents a user arena
mheap.go#L1620: if s.isUserArenaChunk {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |